Package-level declarations

Types

Link copied to clipboard
@RestController
@RequestMapping(value = ["/api/v2/webhooks/stripe"])
class StripeWebhookController(@Value(value = "${stripe.webhook-secret}") endpointSecret: String, billingService: BillingService)